AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Represents a strongly-typed object for writing/deleting a batch of items in a single DynamoDB table
Namespace: Amazon.DynamoDBv2.DataModel
Assembly: AWSSDK.DynamoDBv2.dll
Version: 3.x.y.z
public class BatchWrite<> : BatchWrite
The BatchWrite<> type exposes the following members
Name | Description | |
---|---|---|
![]() |
AddDeleteItem(T) |
Add a single item to be deleted in the current batch operation. |
![]() |
AddDeleteItems(IEnumerable<T>) |
Add a number of items to be deleted in the current batch operation |
![]() |
AddDeleteKey(object) |
Add a single item to be deleted in the current batch operation. Item is identified by its hash primary key. |
![]() |
AddDeleteKey(object, object) |
Add a single item to be deleted in the current batch operation. Item is identified by its hash-and-range primary key. |
![]() |
AddPutItem(T) |
Add a single item to be put in the current batch operation |
![]() |
AddPutItems(IEnumerable<T>) |
Add a number of items to be put in the current batch operation |
![]() |
Combine(BatchWrite[]) |
Creates a MultiTableBatchWrite object that is a combination of the current BatchWrite and the specified BatchWrites |
![]() |
Execute() | Inherited from Amazon.DynamoDBv2.DataModel.BatchWrite. |
![]() |
ExecuteAsync(CancellationToken) | Inherited from Amazon.DynamoDBv2.DataModel.BatchWrite. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5